ActiveReports 12
Create(AggregateFunction,Variant[]) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace > Aggregate Class > Create Method : Create(AggregateFunction,Variant[]) Method
Aggregate function.
Creates aggregate with a given state.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal function As AggregateFunction, _
   ByVal state() As Variant _
) As Aggregate
public static Aggregate Create( 
   AggregateFunction function,
   Variant[] state
)

Parameters

function
Aggregate function.
state
See Also

Reference

Aggregate Class
Aggregate Members
Overload List